Get-GSGmailAutoForwardingSettings¶
SYNOPSIS¶
Gets AutoForwarding settings
SYNTAX¶
Get-GSGmailAutoForwardingSettings [[-User] <String>] [<CommonParameters>]
DESCRIPTION¶
Gets AutoForwarding settings
EXAMPLES¶
EXAMPLE 1¶
Get-GSGmailAutoForwardingSettings
Gets the AutoForwarding settings for the AdminEmail user
PARAMETERS¶
-User¶
The user to get the AutoForwarding settings for
Defaults to the AdminEmail user
Type: String Parameter Sets: (All) Aliases: PrimaryEmail, UserKey, Mail Required: False Position: 1 Default value: $Script:PSGSuite.AdminEmail Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.